// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02B TN_Widget.CreateTable([['Matilda Jr. - The Musical','Levoy Theatre','Millville, NJ','Friday','5/10/2024','7:00 PM','6321726','Matilda-Jr----The-Musical-5-10-2024'],['Matilda Jr. - The Musical','Levoy Theatre','Millville, NJ','Saturday','5/11/2024','2:00 PM','6321727','Matilda-Jr----The-Musical-5-11-2024'],['Matilda Jr. - The Musical','Levoy Theatre','Millville, NJ','Saturday','5/11/2024','7:00 PM','6321728','Matilda-Jr----The-Musical-5-11-2024'],['Matilda Jr. - The Musical','Levoy Theatre','Millville, NJ','Sunday','5/12/2024','3:00 PM','6321729','Matilda-Jr----The-Musical-5-12-2024'],['Menopause - The Musical 2','Levoy Theatre','Millville, NJ','Wednesday','6/5/2024','7:30 PM','6251798','Menopause---The-Musical-2-6-5-2024'],['Menopause - The Musical 2','Levoy Theatre','Millville, NJ','Thursday','6/6/2024','7:30 PM','6251799','Menopause---The-Musical-2-6-6-2024'],['The Wizard of Oz','Levoy Theatre','Millville, NJ','Friday','8/9/2024','7:00 PM','6321834','The-Wizard-of-Oz-8-9-2024'],['The Wizard of Oz','Levoy Theatre','Millville, NJ','Saturday','8/10/2024','2:00 PM','6321835','The-Wizard-of-Oz-8-10-2024'],['The Wizard of Oz','Levoy Theatre','Millville, NJ','Sunday','8/11/2024','3:00 PM','6321836','The-Wizard-of-Oz-8-11-2024'],['The Wizard of Oz','Levoy Theatre','Millville, NJ','Thursday','8/15/2024','7:00 PM','6321837','The-Wizard-of-Oz-8-15-2024'],['The Wizard of Oz','Levoy Theatre','Millville, NJ','Friday','8/16/2024','7:00 PM','6321838','The-Wizard-of-Oz-8-16-2024'],['The Wizard of Oz','Levoy Theatre','Millville, NJ','Saturday','8/17/2024','2:00 PM','6321839','The-Wizard-of-Oz-8-17-2024'],['The Wizard of Oz','Levoy Theatre','Millville, NJ','Sunday','8/18/2024','3:00 PM','6321840','The-Wizard-of-Oz-8-18-2024'],['The Diary of Anne Frank','Levoy Theatre','Millville, NJ','Friday','10/4/2024','8:00 PM','6321830','The-Diary-of-Anne-Frank-10-4-2024'],['The Diary of Anne Frank','Levoy Theatre','Millville, NJ','Saturday','10/5/2024','2:00 PM','6321831','The-Diary-of-Anne-Frank-10-5-2024'],['The Diary of Anne Frank','Levoy Theatre','Millville, NJ','Saturday','10/5/2024','8:00 PM','6321832','The-Diary-of-Anne-Frank-10-5-2024'],['The Diary of Anne Frank','Levoy Theatre','Millville, NJ','Sunday','10/6/2024','3:00 PM','6321833','The-Diary-of-Anne-Frank-10-6-2024'],['Hello, Dolly!','Levoy Theatre','Millville, NJ','Friday','11/15/2024','8:00 PM','6321824','Hello--Dolly--11-15-2024'],['Hello, Dolly!','Levoy Theatre','Millville, NJ','Saturday','11/16/2024','8:00 PM','6321825','Hello--Dolly--11-16-2024'],['Hello, Dolly!','Levoy Theatre','Millville, NJ','Sunday','11/17/2024','3:00 PM','6371586','Hello--Dolly--11-17-2024'],['Hello, Dolly!','Levoy Theatre','Millville, NJ','Thursday','11/21/2024','7:30 PM','6321826','Hello--Dolly--11-21-2024'],['Hello, Dolly!','Levoy Theatre','Millville, NJ','Friday','11/22/2024','8:00 PM','6321827','Hello--Dolly--11-22-2024'],['Hello, Dolly!','Levoy Theatre','Millville, NJ','Saturday','11/23/2024','2:00 PM','6321828','Hello--Dolly--11-23-2024'],['Hello, Dolly!','Levoy Theatre','Millville, NJ','Sunday','11/24/2024','3:00 PM','6321829','Hello--Dolly--11-24-2024']],'Levoy Theater','http://www.ticketnetwork.com/ticket/Levoy-Theater-events.aspx');